home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Demo Software / Swivel 3D Professional Demo / Command Set examples / Poly Mesh example < prev    next >
Text File  |  1990-07-14  |  407b  |  25 lines

  1. BeginMesh  ( start the object ) 
  2.     4 4 SizeMesh  ( a 2D 4x4 array will contain 16 points ) 
  3.     MeshPoints:
  4.         0  0  .02  ,
  5.         .25  0  .01  ,
  6.         .50  0  .03  ,
  7.         .75  0  .03  ,
  8.  
  9.         0  .25  .02  ,
  10.         .25  .25  .01  ,
  11.         .50  .25  .03  ,
  12.         .75  .25  .02  ,  
  13.  
  14.         0  .50  .12  ,
  15.         .25  .50  .02  ,
  16.         .50  .50  .01  ,
  17.         .75  .50  .01  , 
  18.  
  19.         0  .75  .02  ,
  20.         .25  .75  .01  ,
  21.         .50  .75  .03  ,
  22.         .75  .75  .02  ,
  23.  
  24. Endmesh
  25.